home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / viewers / jiv12.lha / JIV / JIV.readme < prev    next >
Encoding:
Text File  |  1995-02-02  |  5.2 KB  |  183 lines

  1. Short: View IFF,JPG,GIF,BMP,PNM on OCS,ECS,AGA,Picasso,A2024
  2. Type: gfx/show
  3. Author: jow@hcast.franken.de
  4. Uploader: jow@rz.uni-wuerzburg.de
  5.  
  6. JIV is a picture viewer. I can imagine that you're wondering
  7. now why I had to write yet another one... well, here's a list
  8. of features that should answer your question:
  9.  
  10.  · JIV supports many different file formats:
  11.  
  12.    - GIF (full GIF87a standard plus a subset of GIF89a).
  13.  
  14.    - BMP (MS-Windows and OS/2 variants, currently only
  15.      uncompressed).
  16.  
  17.    - IFF-ILBM (including HAM6, EHB and 24bit formats),
  18.      but currently not HAM8 format.
  19.  
  20.    - PNM pictures (PBM, PGM and PPM in both binary and
  21.      ASCII format).
  22.  
  23.    - JPEG/JFIF, if the JPEG CODEC is installed.
  24.  
  25.  · JIV supports several types of display hardware:
  26.  
  27.    - all native graphics chipsets (OCS, ECS and AGA).
  28.  
  29.    - A2024.
  30.  
  31.    - Picasso-II.
  32.  
  33.    - Generic mode, should work with every graphics board that
  34.      emulates Workbench/Intuition. Tested with the Picasso-II
  35.      emulation.
  36.  
  37.  · JIV supports displaying over-sized images using autoscroll.
  38.  
  39.  · JIV supports multiple filenames and AmigaDOS pattern
  40.    matching.
  41.  
  42.  · JIV can dither pictures that use more colors than your
  43.    display hardware supports.
  44.  
  45.  · JIV offers an endless/slideshow mode that can be used for
  46.    (non-interactive) advertising, for example in a shop window.
  47.  
  48. Please note that JIV is probably not the best choice for
  49. "small" Amiga configurations. It will need a lot of memory and
  50. (in some cases) quite a bit of computing power as well.
  51.  
  52. The minimum configuration for JIV is:
  53.  
  54.  · 68000 or better.
  55.  
  56.  · AmigaOS 2.04 (V37) or better.
  57.  
  58.  · 1 MByte or more of RAM.
  59.  
  60. This configuration will allow you to view small to medium-sized
  61. pictures (640x480x8 should just be possible).
  62.  
  63. The suggested configuration for JIV is:
  64.  
  65.  · 68030 or better.
  66.  
  67.  · AmigaOS 3.1 (V40) or better.
  68.  
  69.  · 4 MBytes of RAM or more.
  70.  
  71.  · Hard disk drive.
  72.  
  73. This configuration will allow you to view most pictures you're
  74. likely to find. A bit more RAM wouldn't hurt, though. :-) And
  75. of course you'll need a graphics board (Picasso-II) to display
  76. true-color pictures without dithering.
  77.  
  78.  
  79.  
  80. Distribution License
  81.  
  82. This version of JIV may be distributed freely for
  83. non-commercial purposes only. You must distribute the entire
  84. archive intact and unchanged, that is, you are not allowed
  85. to add files to the archive or remove files from the archive
  86. or change files in the archive.
  87.  
  88. Specifically, you're allowed to:
  89.  
  90.  · Distribute JIV on floppy-disk-based collections of
  91.    PD software.
  92.  
  93.  · Distribute JIV on CDROM-based collections of PD software in
  94.    archived form only, unless you obtain a specific license
  95.    from the author.
  96.  
  97.  · Distribute JIV electronically, for example through email or
  98.    FTP, or through BBS systems.
  99.  
  100.    BBS sysops, do not add those pesky BBS advertisments
  101.    to the archive!
  102.  
  103. Specifically, you're not allowed to:
  104.  
  105.  · Distribute parts of the archive or changed/patched versions
  106.    of the files in this archive.
  107.  
  108.  · Distribute JIV on CDROM in ready-to-run form, unless you
  109.    obtain a specific license from the author first.
  110.  
  111.  · Distribute JIV in any form on CDROMs that contain
  112.    picture collections, unless you obtain a specific license
  113.    from the author first.¹
  114.  
  115.  · Distribute JIV bundled together with a commercial product
  116.    (software, hardware or other), unless you obtain a specific
  117.    license from the author first.
  118.  
  119. I have been informed that exporting this program to the USA
  120. may violate USA law because of a patent that has been granted
  121. for the LZW compression algorithm used in the GIF file format.
  122. (I have also been informed that software patents are invalid
  123. under German law). Therefore I will not directly export JIV
  124. to the USA, and I will not ask for any shareware fees from USA
  125. users of JIV (until the situation has become more transparent).
  126.  
  127. Please do not confuse this distribution license, which details
  128. the terms and conditions for distributing JIV, with the
  129. shareware license, which details the terms and conditions
  130. for using JIV.
  131.  
  132. ¹ Permission is granted to include archived versions of JIV on
  133.   the following CDROMs even if these CDROMs contain picture
  134.   collections:
  135.  
  136.   · Aminet
  137.   · Fish
  138.   · Meeting Pearls
  139.   · Saar/AMOK
  140.  
  141.  
  142.  
  143. Todo:
  144.  
  145.  · the color selection / dithering algorithms are not too clever.
  146.    Guess I'll have to use one of the standard algorithms instead
  147.    of my do-it-yourself code. :-)
  148.  
  149.  · support for additional display devices (esp. CyberGraphics)
  150.  
  151.  · support for additional image file formats:
  152.    - TIFF
  153.    - PCX
  154.    - Icon
  155.    - XBM
  156.    - Targa
  157.    - others
  158.  
  159.  · AREXX port
  160.  
  161.  · Image manipulation and format conversion.
  162.  
  163.  
  164.  
  165. Known problems:
  166.  
  167.  · If you're using an A4000/040 kickstart file on a computer
  168.    with a CPU <= 68020, the DISPLAY=GENERIC may crash your
  169.    machine. This is not a bug in JIV. The BestModeIDA() system
  170.    call in the A4000 kickfile seems to contain an instruction
  171.    that is only available on 68030 and above.
  172.  
  173.    There are only two kinds of people who use A4000 kickstart
  174.    files on CPUs below 68030: former registered developers
  175.    and software pirates.
  176.  
  177.  · The "DISPLAY=GENERIC" mode will be very slow if you're
  178.    using older versions of AmigaOS (before 3.0/V39). JIV uses
  179.    WritePixelLine8() in GENERIC mode; WritePixelLine8() is
  180.    much faster in AmigaOS 3.0 (V39) and later than in the
  181.    older versions.
  182.  
  183.